testing.common.failed (field)

15 uses

	testing (current package)
		benchmark.go#L224: 	if b.loop.n > 0 && !b.loop.done && !b.failed {
		benchmark.go#L248: 	if b.failed {
		benchmark.go#L351: 			for n := int64(1); !b.failed && b.duration < d && n < 1e9; {
		benchmark.go#L736: 	return !main.failed
		benchmark.go#L767: 			if b.failed {
		benchmark.go#L871: 	return !sub.failed
		fuzz.go#L216: 	if f.failed {
		fuzz.go#L628: 	return !f.failed
		fuzz.go#L660: 			fuzzNotCalled := !f.fuzzCalled && !f.skipped && !f.failed
		fuzz.go#L661: 			if !f.finished && !f.skipped && !f.failed {
		testing.go#L639: 	failed      bool                 // Test or benchmark has failed.
		testing.go#L971: 	c.failed = true
		testing.go#L985: 	return c.failed
		testing.go#L2118: 	return !t.failed
		testing.go#L2156: 	return !t2.failed